home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / distortfx / weavepictureonblack < prev    next >
Text File  |  1999-06-15  |  673b  |  44 lines

  1. Filter Factory Plugin Information:
  2.  
  3. FILENAME: PSYGRID.8BF
  4.  
  5. CATEGORY: 
  6. Krusty's FX Vol. 3 (Tools)
  7.  
  8. TITLE:    
  9. Psychedelic Grid Texturizer
  10.  
  11. COPYRIGHT:
  12. Copyright ) 1997 KrUst Inc.
  13. All Rights Reserved. (tomasd@axess.com)
  14.  
  15. AUTHOR:   
  16. Thomas R. de Massy
  17.  
  18. Map 0: [Map 0:]
  19. Map 1: [Map 1:]
  20. Map 2: [Map 2:]
  21. Map 3: [Map 3:]
  22.  
  23. Control 0: [X size]
  24. Control 1: [Y size]
  25. Control 2: [Grid Power]
  26. Control 3: [Control 3:]
  27. Control 4: [Control 4:]
  28. Control 5: [Control 5:]
  29. Control 6: [Control 6:]
  30. Control 7: [Control 7:]
  31.  
  32. R=
  33. src(cos(x*ctl(0)),sin(y*ctl(1)),z)-((r*ctl(2))/100)
  34.  
  35. G=
  36. src(cos(x*ctl(0)),sin(y*ctl(1)),z)-((g*ctl(2))/100)
  37.  
  38. B=
  39. src(cos(x*ctl(0)),sin(y*ctl(1)),z)-((b*ctl(2))/100)
  40.  
  41. A=
  42. a
  43.  
  44.